home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / qmm21.zip / MAIL.BAT next >
DOS Batch File  |  1989-01-08  |  229b  |  16 lines

  1. echo off
  2. cd \telix
  3. if %1 / == / goto now
  4. :go
  5. cls
  6. echo Qwikmail AUTOPILOT waiting until  %1  to execute
  7. wait %1
  8. telix sqmmauto
  9. goto go
  10. :now
  11. echo Qwikmail AUTOPILOT executing now
  12. telix sqmmauto
  13. cd \qmail
  14. qmail
  15. cd \
  16.